home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_b / bertsa30.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-05-01  |  2KB  |  79 lines

  1. @echo off
  2. if "%1"=="A" goto cont
  3. if "%1"=="a" goto cont
  4. if "%1"=="B" goto cont
  5. if "%1"=="b" goto cont
  6. goto err
  7. :cont
  8. if "%2"=="C" goto next
  9. if "%2"=="c" goto next
  10. if "%2"=="D" goto next
  11. if "%2"=="d" goto next
  12. if "%2"=="E" goto next
  13. if "%2"=="e" goto next
  14. if "%2"=="F" goto next
  15. if "%2"=="f" goto next
  16. if "%2"=="G" goto next
  17. if "%2"=="g" goto next
  18. if "%2"=="H" goto next
  19. if "%2"=="h" goto next
  20. if "%2"=="I" goto next
  21. if "%2"=="i" goto next
  22. if "%2"=="J" goto next
  23. if "%2"=="j" goto next
  24. if "%2"=="K" goto next
  25. if "%2"=="k" goto next
  26. if "%2"=="L" goto next
  27. if "%2"=="l" goto next
  28. if "%2"=="M" goto next
  29. if "%2"=="m" goto next
  30. if "%2"=="N" goto next
  31. if "%2"=="n" goto next
  32. if "%2"=="O" goto next
  33. if "%2"=="o" goto next
  34. if "%2"=="P" goto next
  35. if "%2"=="p" goto next
  36. if "%2"=="Q" goto next
  37. if "%2"=="q" goto next
  38. if "%2"=="R" goto next
  39. if "%2"=="r" goto next
  40. if "%2"=="S" goto next
  41. if "%2"=="s" goto next
  42. if "%2"=="T" goto next
  43. if "%2"=="t" goto next
  44. if "%2"=="U" goto next
  45. if "%2"=="u" goto next
  46. if "%2"=="V" goto next
  47. if "%2"=="v" goto next
  48. if "%2"=="W" goto next
  49. if "%2"=="w" goto next
  50. if "%2"=="X" goto next
  51. if "%2"=="x" goto next
  52. if "%2"=="Y" goto next
  53. if "%2"=="y" goto next
  54. if "%2"=="Z" goto next
  55. if "%2"=="z" goto next
  56. :err
  57. echo.
  58. echo The INSTALL commmand must be followed by the letters for your source and
  59. echo destination drive. For example, INSTALL A C will install from floppy drive
  60. echo A to hard drive C. Please try again.
  61. echo.
  62. goto end
  63. :next
  64. %2:
  65. cd\
  66. mkdir bert3
  67. %1:
  68. bafcomp %2:\bert3
  69. %2:
  70. cd\bert3
  71. echo.
  72. echo If you wish to print the manual type COPY BAF30.DOC PRN
  73. echo.
  74. echo To run the Bert's African Animals program type BERT
  75. echo.
  76. @echo on
  77. :end
  78.  
  79.